home *** CD-ROM | disk | FTP | other *** search
- object frmOverwrite: TfrmOverwrite
- Left = 309
- Top = 228
- ActiveControl = BitBtn2
- BorderIcons = [biMinimize, biMaximize]
- BorderStyle = bsDialog
- Caption = 'Confirm File Overwrite'
- ClientHeight = 129
- ClientWidth = 378
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- OnActivate = FormActivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 55
- Top = 13
- Width = 59
- Height = 13
- Caption = 'Replace file:'
- WordWrap = True
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.ico>}
- end
- object Label2: TLabel
- Left = 55
- Top = 61
- Width = 41
- Height = 13
- Caption = 'With file:'
- WordWrap = True
- end
- object lblLabel1: TPathLabel
- Left = 120
- Top = 13
- Width = 241
- Height = 13
- AutoSize = False
- end
- object Label3: TLabel
- Left = 120
- Top = 64
- Width = 3
- Height = 13
- end
- object Label4: TLabel
- Left = 120
- Top = 120
- Width = 3
- Height = 13
- end
- object lbldate: TLabel
- Left = 120
- Top = 32
- Width = 97
- Height = 13
- AutoSize = False
- end
- object lblLabel2: TPathLabel
- Left = 120
- Top = 61
- Width = 241
- Height = 13
- AutoSize = False
- end
- object CheckBox1: TCheckBox
- Left = 252
- Top = 175
- Width = 61
- Height = 14
- Caption = 'Don'#39't ask again'
- TabOrder = 4
- Visible = False
- end
- object BitBtn1: TBitBtn
- Left = 19
- Top = 96
- Width = 75
- Height = 25
- Caption = '&Yes'
- ModalResult = 6
- TabOrder = 0
- end
- object BitBtn2: TBitBtn
- Left = 195
- Top = 96
- Width = 75
- Height = 25
- Caption = '&No'
- ModalResult = 7
- TabOrder = 2
- end
- object Button1: TButton
- Left = 283
- Top = 96
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 107
- Top = 96
- Width = 75
- Height = 25
- Caption = 'Yes to &All'
- TabOrder = 1
- OnClick = Button2Click
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 12
- Top = 50
- end
- end
-